.xxggWrap{
    width: 100%;
    min-height: 830px;
}
.xxggWrap>div{
    width:1200px;
    height: 100%;
    margin:0px auto;
}
.xxggWrap>div .xxggLeft{
    width:220px;
    min-height:830px;
}
.xxggWrap>div .xxggRight{
    width:964px;
    min-height:830px;
    background-color: #fff;
}
.xxggWrap>div .xxggLeft .area{
    height: 323px;
    background-color: #fff;
}
.xxggWrap>div .xxggLeft .areaLists{
    min-height: 250px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #3e464c;
}
.areaTitle{
    background-color: #167AE0 !important;
    color: #fff;
}
.xxggWrap>div .xxggLeft .areaLists ul{
    margin-top:10px;
    min-height: 300px;
}
.xxggWrap>div .xxggLeft .areaLists li{
    width: 90px;
    height: 32px;
    line-height: 32px;
    background-color: #F6F8FB;
    float: left;
    text-align: center;
    margin-bottom:8px;
    cursor: pointer;
}
.xxggWrap>div .xxggLeft .areaLists li:nth-of-type(odd){
    margin-right: 0px;
}
.xxggWrap>div .xxggLeft .areaLists li:nth-of-type(even){
    margin-right: 8px;
}
.xxggWrap>div .xxggLeft .areaLists li:hover{
    background: rgba(22,122,224,0.10);
    color:#167AE0;
}
.xxggWrap>div .xxggLeft .noticeType{
    min-height: 520px;
    margin-top:16px;
    background-color: #fff;
}
.xxggWrap>div .xxggLeft .noticeType ul{
    padding:16px;
}
.xxggWrap>div .xxggLeft .noticeType ul li{
    width: 188px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-left:24px;
    color:#3E464C;
    margin-bottom: 8px;
    background: #F6F8FB;
    cursor:pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xxggWrap>div .xxggLeft .noticeType ul li:hover{
    background: #e7f1fb;
    color:#167AE0;
}
.xxggRight .informationNotice{
    min-height: 222px;
}
.xxggRight .informationNotice .layui-form{
    padding:20px 0;

}
.xxggRight .noticeList{
    min-height:640px;
    padding:16px;
}
.xxggRight .noticeList .noticeTitle{
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    color: #3e464c;
    padding:0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.xxggRight .noticeList .noticeTitle:hover{
    background-color:#F5F5F5;
    color:#3e464c;
}
.xxggRight .noticeList .noticeListUl{
    min-height: 450px;
}
.xxggRight .noticeList .noticeListUl li{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    padding:0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.xxggRight .noticeList .noticeListUl li span,.xxggRight .noticeList .noticeTitle span{
    float: left;
    text-align: center;
}

.xxggRight .noticeList .noticeListUl li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxggRight .noticeList .noticeListUl li span:nth-of-type(1),.xxggRight .noticeList .noticeTitle span:nth-of-type(1){
    width: 5%;
}
.xxggRight .noticeList .noticeListUl li span:nth-of-type(2),.xxggRight .noticeList .noticeTitle span:nth-of-type(2){
    width: 15%;
}
.xxggRight .noticeList .noticeListUl li span:nth-of-type(3),.xxggRight .noticeList .noticeTitle span:nth-of-type(3){
    width: 70%;
    text-align: left;
    padding-right:10px;
}
.xxggRight .noticeList .noticeListUl li span:nth-of-type(4),.xxggRight .noticeList .noticeTitle span:nth-of-type(4){
    width: 10%;
}
.xxggRight .noticeList .noticeListUl li:hover{
    background-color:#edf6fc;
}
.xxggRight .noticeList .noticeListUl li a:hover{
    color:#167AE0;
}
.xxggActive{
    background: #167AE0 !important;
    color: #fff !important;
}
.xxggRight .layui-form-item{
    display: inline-block;
}
.xxggRight .layui-form-label{
    min-width:90px;
}
.xxggRight .layui-btn{
    width: 68px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
}
.xxggRight .layui-btn:first-child{
    background: #167ae0;
    border: 1px solid #167ae0;
}
.xxggRight .layui-btn:last-child{
    background: #ffffff;
    border: 1px solid #8a94a6;
}
.xxggRight .layui-form-select .layui-input{
    width: 187px;
}
